split_games {
    height: 100%;
    display: flex;
    padding-left: 50px;
    padding-right: 50px;
    
}
left_split_games{
    width: 33%;
    float: left;
    height: 100%;
    align-items: center;
    background-color: rgb(0, 0, 0, 0.1);
}
center_split_games{
    width: 33%;
    float: right;
}
right_split_games{
    width: 33%;
    float: right;
}

games{
    background-color: rgba(255, 255, 255, 0.259);
    height: 300px;
    width: 400px;
    border-radius: 25px ;
    display: inline-block;
    overflow: hidden;
}
games:hover {
transform: scale(1.01);
}
.product_games{
    margin-left: 30px;
    margin-right: 20px;
    justify-content: space-between;
    display: flex;
}
.name_game{
    color: white;
    font-size: 20px;
}
.price_steam{
    color: red;
    font-size: 22px;
    font-style: oblique;
}
.price_me{
    color: rgb(0, 255, 0);
    font-size: 22px;
    background-color: rgba(0, 0, 0, 0.333);
    border-radius: 10px;
    font-style: oblique;
}
.button-buy{
    margin-top: 10px;
    background-color: rgb(22, 22, 22);
    height: 45px;
    width: 120px;
    color: white;
    border-radius: 15px;
    border-width: 3px;
    border-color: white;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
}
.img_game{
    height: 200px;
    width: 400px;
}
.TG{
    text-decoration: none;
    color: white;
}